From: Richard M. Stallman Date: Sun, 24 Dec 1995 23:39:10 +0000 (+0000) Subject: Add #pragma alloca. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85229 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=293ea14ef7174e0707e6c4027b305df395471b6a;p=emacs.git Add #pragma alloca. --- diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 406de9de8ac..c19fc9f01d9 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -14,7 +14,12 @@ additional optimization. --nils@exp-math.uni-essen.de */ #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 #endif + #define HAVE_ALLOCA +#ifndef NOT_C_CODE + #pragma alloca +#endif + #undef rindex #undef index